'Declaration
Public Function New( _ ByVal fileNames As IEnumerable(Of String) _ )
'Usage
Dim fileNames As IEnumerable(Of String) Dim instance As New CertificateQuery(fileNames)
public CertificateQuery( IEnumerable<string> fileNames )
public: CertificateQuery( IEnumerable<String^>^ fileNames )
Parameters
- fileNames
- Names of files in the file system that contain the certificates.